home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59454 / 59454.xpi / skin / overlay.css < prev    next >
Cascading Style Sheet File  |  2010-01-14  |  4KB  |  156 lines

  1. .universalsearch-bubble *
  2. {
  3.     padding: 0 !important;
  4.     border: none !important;
  5.     margin: 0 !important;
  6.     outline: 0 !important;
  7.     /*
  8.     font-size: inherit !important;
  9.     font-weight: inherit !important;
  10.     font-style: inherit !important;
  11.     font-family: inherit !important;
  12.     text-align: left !important;
  13.     text-indent: 0 !important;
  14.     */
  15.     line-height: inherit !important;
  16.     background: none !important;
  17.     background-color: transparent !important;
  18.     min-width: 0 !important;
  19.     width: auto;
  20.     height: auto; 
  21.     vertical-align: baseline !important;
  22.     
  23.     user-select: none !important;
  24.     -moz-user-select: none !important;
  25.  
  26.     position: static !important;
  27. }
  28.  
  29. .universalsearch-bubble
  30. {
  31.     /*
  32.     font-size: 12px !important;
  33.     font-weight: normal !important;
  34.     font-style: normal !important;
  35.     line-height: normal !important;
  36.     */
  37.     background-color: transparent !important;
  38.  
  39.     position: absolute !important;
  40.     display: inline !important;
  41.     line-height: 0 !important;
  42.     z-index: 4194240 !important;
  43.     /*margin-top: -35px !important;*/
  44.  
  45.     vertical-align: baseline !important;
  46. }
  47. /*
  48. .universalsearch-bubble:hover
  49. {
  50.     opacity: 1.0 !important;
  51. }*/
  52.  
  53. .universalsearch-bubble-body
  54. {
  55.     -moz-border-radius: 6px 6px 6px 6px !important;
  56.     -webkit-border-radius: 6px !important;
  57.  
  58.     padding: 1px !important;
  59.     display: block !important;
  60.  
  61.     line-height: 0 !important;
  62.     width: auto !important;
  63.  
  64.     border: 2px solid #58ACFA !important;
  65.     background-color: #A9D0F5 !important;
  66.  
  67.     /* this is temperarily used to fix the issue that the bubble body doesn't show correctly on some page.
  68.        Bubble height is 30 (using current css). 24 = 30 - 2 * (1 (padding) + 2 (border) )
  69.     */
  70.     height: 24px !important; 
  71. }
  72.  
  73. .universalsearch-bubble-iconframe
  74. {
  75.     margin-top: -3px !important;
  76.     margin-left: -3px !important;
  77.     display: block !important;
  78.     
  79.     white-space: nowrap !important;
  80.     padding: 1px !important;
  81. }
  82.  
  83. a.universalsearch-bubble-link
  84. {
  85.     text-decoration: none !important;
  86.     display: inline-block !important;
  87.  
  88.     margin-top: 3px !important;
  89.     margin-left: 3px !important;
  90.  
  91.     padding: 1px !important;
  92.     border: 1px solid #A9D0F5 !important;
  93.  
  94.     /*float: right !important;*/
  95. }
  96.  
  97. a.universalsearch-bubble-dropdownlink
  98. {
  99.     text-decoration: none !important;
  100.     display: inline-block !important;
  101.     margin-top: 3px !important;
  102.     margin-left: 3px !important;
  103.     height: 18px !important;
  104.     width: 9px !important;
  105.     padding: 1px !important;
  106.     border: 1px solid #A9D0F5 !important;
  107.  
  108.     /*float: right !important;*/
  109. }
  110.  
  111. a.universalsearch-bubble-link:hover
  112. {
  113.     border-style:outset !important;
  114.     border-color: #909090 !important;
  115.     -moz-border-radius: 3px 3px 3px 3px !important;
  116.     -webkit-border-radius: 6px !important;
  117. }
  118.  
  119. a.universalsearch-bubble-dropdownlink:hover
  120. {
  121.     border-style:outset !important;
  122.     border-color: #909090 !important;
  123.     -moz-border-radius: 3px 3px 3px 3px !important;
  124.     -webkit-border-radius: 6px !important;
  125. }
  126.  
  127. a.universalsearch-bubble-link:active
  128. {
  129.     border-style:inset !important;
  130.     border-color: #909090 !important;
  131.     -moz-border-radius: 3px 3px 3px 3px !important;
  132.     -webkit-border-radius: 6px !important;
  133. }
  134.  
  135. a.universalsearch-bubble-dropdownlink:active
  136. {
  137.     border-style:inset !important;
  138.     border-color: #909090 !important;
  139.     -moz-border-radius: 3px 3px 3px 3px !important;
  140.     -webkit-border-radius: 6px !important;
  141. }
  142.  
  143. img.universalsearch-bubble-icon
  144. {
  145.     height: 18px !important;
  146.     width: 18px !important;
  147.     display: block !important;
  148. }
  149.  
  150. img.universalsearch-bubble-dropdownicon
  151. {
  152.     height: 18px !important;
  153.     width: 9px !important;
  154.     display: block !important;
  155. }
  156.